home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 22
/
Cream of the Crop 22.iso
/
editor
/
all_v100.zip
/
_SETUP.1
/
1-4-All.exe
/
0
/
RCDATA
/
TFORM8
/
TFORM8.txt
Wrap
Text File
|
1996-10-22
|
1KB
|
74 lines
object Form8: TForm8
Left = 190
Top = 104
ActiveControl = Edit1
BorderIcons = [biSystemMenu]
BorderStyle = bsToolWindow
Caption = 'Registration Dialog'
ClientHeight = 125
ClientWidth = 332
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 32
Top = 8
Width = 257
Height = 17
Caption = 'Please enter the registration information you received.'
WordWrap = True
end
object Label2: TLabel
Left = 80
Top = 40
Width = 31
Height = 13
Caption = 'Name:'
end
object Label3: TLabel
Left = 32
Top = 72
Width = 80
Height = 13
Caption = 'Registration Key:'
end
object Edit1: TEdit
Left = 128
Top = 32
Width = 121
Height = 21
TabOrder = 0
end
object Edit2: TEdit
Left = 128
Top = 64
Width = 121
Height = 21
TabOrder = 1
end
object Button1: TButton
Left = 176
Top = 96
Width = 67
Height = 25
Caption = 'Register!'
Default = True
TabOrder = 2
OnClick = Button1Click
end
object Button2: TButton
Left = 256
Top = 96
Width = 67
Height = 25
Cancel = True
Caption = 'Cancel'
TabOrder = 3
OnClick = Button2Click
end
end